Release 10.1A: OpenEdge Development:
Programming Interfaces
prordn() - Read DECIMAL Variable
The
prordn()function reads the value of a sharedDECIMALnumeric variable.On successful completion,
prordn()returns 0; otherwise, it returns a non-zero value:Syntax
psymnamThis input parameter points to the name of the specified shared
DECIMALnumeric variable. You supply the name from your OpenEdge application.indexThis input parameter specifies an index value for an array variable. If the variable is not an array, you must set the value of index to 0.
pvarThis output parameter points to a buffer where
prordn()returns the value of the specifiedDECIMALnumeric variable, formatted as a character string.punknownThis output parameter points to an integer where
prordn()returns 1 if the variable has the Unknown value (?), and returns 0 otherwise.varlenThis input parameter contains the length of the buffer that pvar specifies.
pactlenThis output parameter points to an integer where
prordn()returns the actual length of the character string (in bytes) to which theDECIMALnumeric variable is converted.See also
prordc() - Read CHARACTER Variable, prordd() - Read DATE Variable, prordi() - Read INTEGER Variable, prordl() - Read LOGICAL Variable, prordr() - Read RECID Variable, prowtn() - Write DECIMAL Variable
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |